home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / stop < prev    next >
Text File  |  1999-07-12  |  306b  |  17 lines

  1.  
  2.  
  3. mcp:bin/sndevent  -q  >nil:      ; Stop soundhandler
  4. mcp:bin/timeevent -q  >nil:      ; Stop scheduler
  5.  
  6. ;mcp:bin/MpsMsg -q        ; Stop services program
  7. mcp:bin/MpsMsg -a
  8.  
  9. Resident mcp REMOVE    ;>nil:
  10.  
  11. ;;; Wait until all programs freed their memory before using Avail !!!!!
  12.  
  13. wait 5
  14.  
  15. Avail flush >nil:
  16.  
  17.